home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CONFHOST.WI$ / CONFHOST.WIZ
Text File  |  1995-08-11  |  5KB  |  74 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Configure a Host PC
  3. if iswindowup "pcANYWHERE"
  4.     Blackboard  "This Assistant will walk you through the process of configuring your PC as a Host."
  5.     Blackboard  "During this session, your mouse cursor will be under computer control."
  6. else 
  7.     RUN             "WINAW.EXE"
  8.     Blackboard      "Welcome to Norton pcANYWHERE"
  9. endif
  10. Blackboard  "To configure a host, the Assistant will select Configure Host General Options from the menu bar.  Press NEXT."
  11. Controlsoff "Host General Options"
  12. MenuSelect "o5h1g"      ;Press NEXT to continue.
  13. LABEL MPW
  14. IF ISWINDOWUP "Master Password"
  15. Controlsoff "Master Password"
  16.     BlackBoard      "A Master Password has been set.  You must know the master password to continue."
  17.     AcceptInto 1808 ;Please enter the master password now, and press Next to continue.
  18.     Clickon 0001    ;Your master password has been entered.
  19.         IF ISWINDOWUP "Error"
  20.     BlackBoard      "I'm sorry, your entry was incorrect.  Please try again."
  21.     Clickon 0002
  22.     GoTo MPW
  23.     ENDIF
  24. Controlsoff "Host General Options"
  25. ENDIF
  26. Blackboard "This brings up the Host General Options window where you will begin entering information about your host configuration."
  27. Uncheckcontrol  2010    ;Delay Before Callback Attempt:  Enter a time that the host will delay initiating the callback until the time specified here elapses.  
  28. Uncheckcontrol  2012    ;Reboot After Session:  Select one of these options to instruct the host to reboot after a session or only after abnormal disconnects. 
  29. Uncheckcontrol  2112    ;Keyboard/Mouse Active During Session:  You may select which keyboard and mouse is active during the session.
  30. Uncheckcontrol  2008    ;Minimize When Waiting for a Call:  If this box is checked, pcANYWHERE is displayed as an Icon when waiting for a call.
  31.     BlackBoard      "If unchecked, pcANYWHERE will display a status dialog box when waiting for a call."
  32. Uncheckcontrol  2002    ;Start Host with Windows:  Selecting to automatically start the Host will load the host in Wait for a Call mode each time you run Windows.
  33. Controlsoff "pcANYWHERE"
  34. Blackboard "The Assistant will click on OK to save these selections."
  35. Clickon 01  ; To continue configuring a host, the Assistant will again select Configure Host Security from the menu bar.  Press NEXT."    
  36. Controlsoff "Host Security Options"
  37. MenuSelect "o5h2s"        ; This brings up the Host Security window.
  38.     Blackboard      "These options control remote operations before, during or after a session."
  39. Uncheckcontrol  2120    ;Locking the host will prevent someone from using the host PC while it is waiting for a call...
  40.     BlackBoard      "PLEASE NOTE: You must have a master password set before you can enable this option."
  41. Uncheckcontrol  2106    ;If this option is selected, the host will accept any password entered upon a reconnect...
  42.     BlackBoard      "If it is not checked, only the password of the previously disconnected caller will be accepted..."    
  43.     BlackBoard      "This would prevent a new caller from connecting and possibly viewing a confidential application that was left on the host."
  44. Uncheckcontrol  2107    ;Selecting callers to have Login Names, as well as passwords, will add another level of security to access the host. 
  45. Uncheckcontrol  2108    ;It is often desirable to blank the host screen when running a confidential application on it.
  46. Uncheckcontrol  2110    ;The host will only accept an exact match of the password...
  47.     BlackBoard      "If this box is unchecked the host will ignore upper/lower case characters in the password."
  48. Uncheckcontrol  2122    ;Log Failed Connection Attempts:  Check this if you wish an entry written to the host log file for any connection that fails.
  49. Uncheckcontrol  2102    ;Prompt on Connection:  This allows the host to specify whether or not a host operator is that a remote caller is attempting to begin a session.
  50. Uncheckcontrol  2104    ;Timeout:  If the host does not allow the caller to connect within the timeout period, the remote caller will be disconnected.
  51. Uncheckcontrol  2124    ;Data Encryption:  This causes all transmitted data to encrypted during a remote session.
  52. Uncheckcontrol  2126    ;Required to Access Host:  This option will not allow a session to begin if the calling program cannot do encryption.
  53. Uncheckcontrol  2114    ;Maximum Login Attempts per Call:  This is the maximum number of attempts a remote will have to correctly enter the password.
  54. Uncheckcontrol  2116    ;Time to Enter Complete Login:  This is the maximum time a remote caller will have to correctly enter the password.
  55. Uncheckcontrol  2118    ;Disconnect if Inactive for:  If the session is inactive for the time specified here, automatic disconnect will occur.
  56.     BlackBoard      "An option is available in both the Default and Individual Privileges menu to allow you to override this inactivity timeout."
  57. Blackboard   "The Assistant will click on OK to save these selections."
  58. Clickon    0001 ;This lesson is now complete.  If you wish to activate a host session, click the Be a Host button and Wait when this lesson is finished.
  59. BlackBoard      "Goodbye..."
  60. Exit
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.